﻿@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
   	font-size:14px;
	color:#333;
	font-family:"microsoft yahei", Arial, Helvetica, sans-serif;
	background:#fff;
}
a {
	text-decoration:none;
	color:#666;
}
a .current {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration: none;
	color:#dd1407;
}
img {
	margin: 0px;
	padding: 0px;
	border:0;
	vertical-align:bottom;
}
li {
	list-style:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
	overflow:hidden;
}
.content {
	width:100%;
	margin:0 auto;
}
.index_first {
    margin:0 auto;
	position:relative;
	width:100%;
	/* padding-top:45px; */
	height:793px; 
	/*background:url(../Images/banner_bg.jpg) no-repeat center top;*/
}
.header {
	position:absolute;
	z-index:9999;
	width:100%;
	height:150px;
}
.header .logo {
	width:600px;
	margin:0 auto;
	height:58px;/*37px;*/
	margin-bottom:60px;
	text-align:center;
}
.headtop{
	top:210px;
	 position: absolute;
    z-index: 9999;
    width: 100%;
    height: 50px;
	}
.headtop .nav {
	width:50%;/*500px;*/
	margin:0 auto;
}
.headtop .nav ul li {
	float:left;
	width:19%;
	height:40px;
	line-height:40px;
	/*background:url(../images/nav_line.jpg) no-repeat top right;*/
	text-align:center;
  border: 1px solid #e6e6e6;
      border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 5%;
    background: #f3f3f3;
}
.headtop .nav ul li.li_margin {
	padding:0 10px;
}
.headix .nav ul li.no {
	/*background:none;*/
}
.headifx .nav ul li a {
	font-size:14px;
	color:#000;
}
.headtop .nav ul li.on, .headtop .nav ul li:hover {
	border-bottom: 2px solid #777;
  color:#333;
}
.pros {
	width:100%;
	padding:30px 0 60px;
	/*padding:30px 0;
	background:#ccc;#494949;#494949*/
	border-bottom: 1px dashed #C5C5C5;
}
.pros .service_main {
	width:100%;/*width:838px;*/
	margin:0 auto;
}
.pros .service_main ul li {
	position:relative;
	float:left;
	width:11%;/* 104px; */
	height:118px;/* 92px; */
	display:inline;
	/* margin:0 7px; */
}


.pros .service_main ul li img{
      border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #f1f1f7;
}


.pros .service_main ul li a {
	display:block;
	width:95%;
}
.pros .service_main ul li a:hover h2 {
	color:#dd1407;
}
.pros .service_main ul li .show {
	display:none;
	position:absolute;
	top:102px;/*top:0;*/
	left:0;
}
.pros .service_main ul li a h2 {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#9c9c9c;
	font-weight:normal;
	/* background: rgba(0, 0, 0,0.4); */
}
/*加
.service .service_main ul li a h2 {
	width:102px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:normal;
}*/

.footer {
	background:#f4f4f4;
	padding:30px 0;
	border-top:2px solid #DEDEDE;
	text-align:
center;
}
.footer .f_nav {
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
}
.footer ul li {
	float:left;
	margin:0 10px;
	padding-right:0px;
	height:24px;
	line-height:24px;
/* 	background:url(../Images/nav_line.jpg) no-repeat top right; */
	text-align:center;
}
.footer ul li.no {
	background:none;
}
.footer ul li a {
	font-size:14px;
	/* color:#1F1F1F; */
	#808080
}
.footer ul li a:hover {
	color:#dd1407;
}
.footer p {
	line-height:30px;
	font-size:14px;
	color:#808080;
}

/*友链样式*/
.yonglian {
width:100%;
 padding-top:100px;
 font-size:12px;
 color:#bcbcbc;
}
.yonglian1{
width:100%; 
margin:auto auto; 
min-height:30px;
height:auto;
}
.yonglian  a {
color:#bcbcbc;
}

/*导航置顶样式*/
 .fixtop{
    position:fixed;
	top:0;
	border-top:1px solid #ccc;
    }
.fixtop .nav{
width:60%
}
.fixtop.nav ul li{
    height: 50px;
    line-height: 50px;
}